KeyVerificationOrBuilder

interface KeyVerificationOrBuilder : MessageOrBuilder

Inheritors

Functions

Link copied to clipboard
abstract fun getHash1(): ByteString

The final authoritative hash, only to be sent by NodeA at the end of the handshake
bytes hash1 = 2;
Link copied to clipboard
abstract fun getHash2(): ByteString

The intermediary hash (actually derived from hash1),
sent from NodeB to NodeA in response to the initial message.
bytes hash2 = 3;
Link copied to clipboard
abstract fun getNonce(): Long

random value Selected by the requesting node
uint64 nonce = 1;